home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*/
- /* */
- /* hctSSec - This REXX Macro is called when the program is entering a NEW */
- /* Directory or Opening up and HTML file */
- /* */
- /* Valid Variables are: */
- /* hcDeep hclDoc hclPhysical hclFileSize */
- /* hclHTMLTag hclFileType hclMatched hclLocalFound */
- /* hclServerRoot hclOffSite hclParent hclAccessCount */
- /* hcpDoc hcpPhysical hcpFileSize hcpHTMLTag */
- /* hcpFileType hcpMatched hcpLocalFound hcpServerRoot */
- /* hcpOffSite hcpAccessCount hcTotalBytes */
- /* */
- /*---------------------------------------------------------------------------*/
-
- Call RxhcLineOut '-------------SSec------------'
- Call RxhcLineOut 'hcDeep=' hcDeep
- Call RxhcLineOut 'hclDoc=' hclDoc
- Call RxhcLineOut 'hclPhysical=' hclPhysical
- Call RxhcLineOut 'hclFileSize=' hclFileSize
- Call RxhcLineOut 'hclHTMLTag=' hclHTMLTag
- Call RxhcLineOut 'hclFileType=' hclFileType
- Call RxhcLineOut 'hclMatched=' hclMatched
- Call RxhcLineOut 'hclLocalFound=' hclLocalFound
- Call RxhcLineOut 'hclServerRoot=' hclServerRoot
- Call RxhcLineOut 'hclOffSite=' hclOffSite
- Call RxhcLineOut 'hclAccessCount=' hclAccessCount
- Call RxhcLineOut 'hclParent=' hclParent
- Call RxhcLineOut 'hcpFileSize=' hcpFileSize
- Call RxhcLineOut 'hcpHTMLTag=' hcpHTMLTag
- Call RxhcLineOut 'hcpFileType=' hcpFileType
- Call RxhcLineOut 'hcpMatched=' hcpMatched
- Call RxhcLineOut 'hcpLocalFound=' hcpLocalFound
- Call RxhcLineOut 'hcpServerRoot=' hcpServerRoot
- Call RxhcLineOut 'hcpOffSite=' hcpOffSite
- Call RxhcLineOut 'hcpAccessCount=' hcpAccessCount
-
- RETURN